From 8d171827f105eab998a3bb300ef6e38ceb78a48b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 26 Sep 2006 13:48:48 +0000 Subject: [PATCH] fixed an issue with g++ --- ChangeLog | 4 ++++ babl/babl-classes.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9ff0268..0727357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-26 Dominik Ernst + + * babl/babl-classes.h: fixed an issue with g++ + 2006-09-23 Øyvind Kolås * docs/Makefile.am: output the conversion grid when building on diff --git a/babl/babl-classes.h b/babl/babl-classes.h index 7f83ba9..e70f460 100644 --- a/babl/babl-classes.h +++ b/babl/babl-classes.h @@ -267,7 +267,7 @@ typedef struct void (*destroy) (void); } BablExtension; -typedef union +typedef union Babl { BablClassType class_type; BablInstance instance; -- 2.30.2